ComponentOne ASP.NET MVC Controls
ShowFilterIcons Method (FlexGridFilterBuilder<T>)

C1.Web.Mvc.Fluent Namespace > FlexGridFilterBuilder<T> Class : ShowFilterIcons Method
The bool value.
Gets or sets a bool value that indicates whether to show the filter editing buttons in the grid's column headers.
Syntax
'Declaration
 
Public Function ShowFilterIcons( _
   ByVal value As Boolean _
) As FlexGridFilterBuilder(Of T)
public FlexGridFilterBuilder<T> ShowFilterIcons( 
   bool value
)

Parameters

value
The bool value.

Return Value

Current builder
See Also

Reference

FlexGridFilterBuilder<T> Class
FlexGridFilterBuilder<T> Members